Download and Install libsdl_mixer-framework version 1.2.8 on Mac OS X
Sunday the 7th of September, 2008

    libsdl_mixer-framework  most recent diff


      View the most recent changes for the libsdl_mixer-framework port at: libsdl_mixer-framework.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for libsdl_mixer-framework.
      The raw portfile for libsdl_mixer-framework 1.2.8 is located here:
      http://libsdl_mixer-framework.darwinports.com/dports/audio/libsdl_mixer-framework/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/libsdl_mixer-framework
      Google
      Web Darwinports.com



      # $Id: Portfile 36634 2008-05-08 20:39:11Z nox macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: libsdl_mixer-framework
      set my_name SDL_mixer
      Version: 1.2.8
      revision 1
      Category: audio devel
      Maintainers: nomaintainer
      Description: Audio mixer library for SDL

      Long Description: A sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music.

      Homepage: http://www.libsdl.org/projects/${my_name}/
      master_sites ${homepage}release/
      distname ${my_name}-${version}
      dist_subdir [strsed ${name} {/-.*$//}]

      depends_lib port:libsdl-framework

      checksums md5 0b5b91015d0f3bd9597e094ba67c4d65 sha1 7fa56d378f9ca53434f9470aeb2997ad84a348c6 rmd160 f2188b907aa779bb81415ac6726ad7f496357b85

      post-extract {
      system "cd ${worksrcpath} && tar -xzf Xcode.tar.gz"
      }

      post-patch {
      reinplace -E "/(SDKROOT|MACOSX_DEPLOYMENT_TARGET|GCC_VERSION)_ppc =/d" ${worksrcpath}/${xcode.project}/project.pbxproj
      }

      xcode.project Xcode/SDL_mixer.xcodeproj
      xcode.target Framework
      xcode.destroot.type framework

      Variant: universal {}

      if {! [variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${arch} powerpc]} {
      set arch ppc
      }

      xcode.build.settings ARCHS=${arch}
      xcode.destroot.settings ARCHS=${arch}
      }

      livecheck.check regex
      livecheck.url ${homepage}
      livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/libsdl_mixer-framework
      % sudo port install libsdl_mixer-framework
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching libsdl_mixer-framework
      ---> Verifying checksum for libsdl_mixer-framework
      ---> Extracting libsdl_mixer-framework
      ---> Configuring libsdl_mixer-framework
      ---> Building libsdl_mixer-framework with target all
      ---> Staging libsdl_mixer-framework into destroot
      ---> Installing libsdl_mixer-framework
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using libsdl_mixer-framework with these commands:
      %  man libsdl_mixer-framework
      % apropos libsdl_mixer-framework
      % which libsdl_mixer-framework
      % locate libsdl_mixer-framework

     Where to find more information:

    Darwin Ports



    image test